@charset "UTF-8";

div#GuideLeft {
	width: 20%;
	height: 95%;
	height:auto;
	float: left;
	line-height: 20px;
	margin: 5px;
	background-color: white;
	overflow: auto;
}

div#main-guide {
	width: 75%;
	float: left;
	line-height: 25px;
	margin: 1%;
	background-color: white;
	overflow: auto;
}

div#main-guide img {
	margin: 5px;
	border: 1px dashed #BA7655;
}

div#main-guide p {
	margin: 5px;
	line-height: 20px;
	text-align: left;
}

div#main-guide h2{
	text-align: center;
}

div#ContentTitle {
	padding: 0px;
	margin: 0px;
	text-align: right;
}